home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / PredatorPrey / HelpGetProc.h < prev    next >
Text File  |  1996-06-22  |  373b  |  20 lines

  1. /* HelpGetProc.h */
  2.  
  3. #ifndef __HGP__
  4. #define __HGP__
  5.  
  6. #include "ResourceDefs.h"
  7.  
  8. /*#define        helpCount            11*/
  9.  
  10. extern    Rect        workRect;                    /* work variable                    */
  11. extern    Boolean        useColor[7];
  12. extern    Rect        viewRect;                    /* for calculations of TE areas        */
  13. extern    Rect        destRect;
  14. extern    Point        helpCell;
  15.  
  16.  
  17. void    HelpGetSeg    (void);
  18. short    HelpGetProc    (void);
  19.  
  20. #endif    /*    __HGP__    */